home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / um / sys-ia64 / Makefile
Encoding:
Makefile  |  2008-12-24  |  152 b   |  12 lines

  1. OBJ = built-in.o
  2.  
  3. OBJS =
  4.  
  5. all: $(OBJ)
  6.  
  7. $(OBJ): $(OBJS)
  8.     rm -f $@
  9.     $(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
  10.  
  11. clean-files := $(OBJS) link.ld
  12.